From: Chong Yidong Date: Sun, 27 Sep 2009 03:42:03 +0000 (+0000) Subject: Minor comment tweak. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10241^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=20bf128ff9827452ca7de1733a86dccdb0102189;p=emacs.git Minor comment tweak. --- diff --git a/lisp/cedet/semantic/html.el b/lisp/cedet/semantic/html.el index 0ce3ed710b0..263541b8af9 100644 --- a/lisp/cedet/semantic/html.el +++ b/lisp/cedet/semantic/html.el @@ -40,10 +40,7 @@ ;;; Code: (eval-when-compile - (require 'semantic/ctxt) -;; (require 'semantic/imenu) -;; (require 'senator) -) + (require 'semantic/ctxt)) (defvar semantic-html-super-regex "<\\(h[1-9]\\|title\\|script\\|body\\|a +href\\)\\>"